ServiceFindItem Method (FolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View) |
Finds items in the specified folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindItemResponse FindItem(
FolderId parentFolderId,
IList<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
IList<PropertyOrder> propertyOrder,
View view
)
Public Function FindItem (
parentFolderId As FolderId,
propertyPaths As IList(Of PropertyPath),
restriction As Restriction,
groupBy As IGroupBy,
propertyOrder As IList(Of PropertyOrder),
view As View
) As FindItemResponse
Parameters
- parentFolderId
- Type: Independentsoft.ExchangeFolderId
The identifier of the folder in which to search for items. - propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The list of item's properties to return. - restriction
- Type: Independentsoft.ExchangeRestriction
Identifies a set of parameters that define a filter on the items that are returned in the result set. - groupBy
- Type: Independentsoft.ExchangeIGroupBy
Specifies how items are grouped in the result set. - propertyOrder
- Type: System.Collections.GenericIListPropertyOrder
Identifies how the items are ordered in the results set. - view
- Type: Independentsoft.ExchangeView
The view settings that control the number of items that are returned in the results.
Return Value
Type:
FindItemResponseThe results of the search.
See Also